From: Alyssa Ross Date: Fri, 14 Feb 2025 11:29:46 +0000 (+0100) Subject: libostree: remove unused libmount include X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~5^2~10^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8afde45f9a20e41071c3a7118dfdb18e82858df5;p=ostree.git libostree: remove unused libmount include As far as I can tell, this hasn't been used since 9a526bba ("sysroot: Handle ro /boot but rw /sysroot"). --- diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index 7fb83f0c..37e7774b 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -32,9 +32,6 @@ #include #include -#ifdef HAVE_LIBMOUNT -#include -#endif #ifdef HAVE_LIBSYSTEMD #include #endif